home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_1353 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-21  |  128b  |  9 lines

  1. on(release){
  2.    stopAllSounds();
  3.    enemyhp = 3000;
  4.    girlhp = 3;
  5.    count = 30;
  6.    startDrag("/lock",1);
  7.    play();
  8. }
  9.